dsh-llm-codex-app-server: Registering Local Codex App Server as a DSH Main Model Provider
`dsh-llm-codex-app-server` is a DeepSeek Harness LLM Provider plugin designed to integrate a locally authenticated Codex App Server into DSH's agent loop. This plugin is compatible with DSH versions `>=0.1.2-alpha.1 <0.2.0` and is an out-of-tree bundle, meaning it does not modify the core repository after installation. Its core capabilities include registering `codex-local` as the primary model Provider, reusing the local `CODEX_HOME` authentication state without storing secrets, and supporting session reuse, cold-start context recovery, tool call mapping, and exposing `harness_skill`. The plugin can integrate Codex
Read Moredsh-commandcode-provider: Integrating Command Code Models in DeepSeek Harness
dsh-commandcode-provider is a community LLM provider plugin maintained by Mars-Sea, which registers Command Code as the commandcode route for DSH. The plugin provides a real-time model directory, reasoning-effort support, authorization and usage cards on the Settings page, automatic multi-account rotation, and a Command Code card on the Models page. The installation command is `dsh plugin --profile web add @mars-sea/dsh-commandcode-provider@latest`, and a Command Code API key is required to be prepared by the user. It is licensed under the MIT License.
Read More